Welcome![Sign In][Sign Up]
Location:
Search - udp and linux

Search list

[Internet-Networkomc_c_last1

Description: 本文是基于Linux的udp协议的简单网络编程。能实现简单的收发数据功能。-This article is based on the Linux-udp protocol for network programming easy. Can achieve a simple function to send and receive data.
Platform: | Size: 1024 | Author: vivian | Hits:

[Linux-Unixtraceroute_2.0.12.orig

Description: linux下traceroute的实现,TCP模式和UDP模式-traceroute implementation of linux under, TCP mode and UDP mode
Platform: | Size: 78848 | Author: zhangyu | Hits:

[Linux-Unixserver-client1

Description: 一个udp收发包程序~linux下运行~-A program of Udp sending and receiving packets running on linux
Platform: | Size: 1024 | Author: 丁丁 | Hits:

[Linux-Unix090605LinuxUDP_Client-Server

Description: UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。-UDP is a TCP/IP protocol in a Transport Protocol, this article describes the preparation of Linux based on the UDP protocol under the Client/Server model procedures, and gives an echo Client/Server examples of procedures.
Platform: | Size: 3072 | Author: 肖叶枝 | Hits:

[VOIP programopensips-1.5.2-tls_src.tar

Description: sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings: robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server small footprint- the binary file is small size, functionality can be stripped/added via modules plug&play module interface- ability to add new extensions, without touching the core, therefore assuring a great stability of core components stateless and transactional statefull SIP Proxy processing support for UDP/TCP/TLS/SCTP transport layers IPv4 and IPv6 support for SRV and NAPTR DNS SRV DNS failover IP Blacklists multi-homed (mhomed) and multi-domain support flexible and powerful scripting language for routing logic variables support in script- script variables, pseudo-variables (access to the SIP messages), AVPs (values persistent per SIP transactions) management interface via FIFO file and unix sockets authentication, authorization and accounting (AAA) via database (MySQL, Postgress, text files), RADIUS and DIAMETER digest and IP authentication
Platform: | Size: 3659776 | Author: Banlyst Yeh | Hits:

[TCP/IP stacktcpudpsocket.tar

Description: 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehensive, TCP and UDP programming have, you can get through the socket host IP, the server and the client to send a text this news, want to be helpful for beginners.
Platform: | Size: 13312 | Author: 马逸 | Hits:

[OtherlinuxSocket

Description: 网络编程,一定离不开套接口;那什么是套接口呢?在Linux下,所有的I/O操作都是通过读写文件描述符而产生的,文件描述符是一个和打开的文件 相关联的整数,这个文件并不只包括真正存储在磁盘上的文件,还包括一个网络连接、一个命名管道、一个终端等,而套接口就是系统进程和文件描述符通信的一种 方法。目前最常用的套接口是字:字节流套接口(基于TCP)和数据报套接口(基于UDP),当然还有原始套接口,原始套接口提供TCP套接口和UDP套接 口所不提供的功能,如构造自己的TCP或UDP分组,我们这里主要介绍字节流套接口和数据报套接口。- Network programming, they must take sets of interfaces then what is a socket then? In Linux, all the I/O operations are generated through the read and write file descriptors, file descriptors and open a file associated with an integer, this document does not only include the real file is stored on disk, but also includes a network connection, a named pipe, a terminal and so on, while the socket is a system process and file descriptors communication methods. The most commonly used interface is a set of words: byte stream socket (based on TCP) and datagram sockets (based on UDP), of course, the original set of interfaces, the original set of interface provides TCP socket and UDP sockets are not provided by the features, such as TCP or UDP construct their own group, we are here mainly introduces the byte stream sockets and datagram sockets.
Platform: | Size: 8192 | Author: rason | Hits:

[Internet-NetworkudpVS2008

Description: 简单的linux下UDP服务端和vs2008客户端通信程序-A simple UDP server under linux, and vs2008 client communication program
Platform: | Size: 2589696 | Author: 朱博 | Hits:

[Internet-Networkudt4.6-20091110

Description: udt4.6安全UDP传输开源代码,用C++编写,本人将其修改,增加了C的接口和范例程序。可以在嵌入式linux下使用。或不方便使用C++的嵌入式系统都可以参考使用。-UDP transmission udt4.6 security open-source, using C++ to prepare, I will modify it, an increase of C interface and sample application programs. Can be used in embedded linux. Or inconvenient to use C++, embedded systems can use and reference.
Platform: | Size: 367616 | Author: huangjian | Hits:

[TCP/IP stackSockets-2.3.9.1

Description: C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32. The library is in use in a number of real world applications, both commercial and open source. Features include, but are not limited to, SSL support, IPv6 support, tcp and udp sockets, sctp sockets, http protocol, highly customizable error handling. Testing has been done on Linux and Windows 2000, and to some part on Solaris and Mac OS X. The source code is released under the terms of the GNU GPL, but is also available under an alternative license.
Platform: | Size: 318464 | Author: geddy | Hits:

[Internet-NetworkTCPandUDP

Description: linux网络应用程序设计,关于tcp与udp的设计-linux web application design, with regard to the design of tcp and udp
Platform: | Size: 4096 | Author: 沧浪 | Hits:

[Linux-Unixcxxtools-1.4.8.tar

Description: Cxxtools 源码, Cxxtools把大部分linux C 库函数封装成C++类。封装方法巧妙高效,可以用于学习和直接使用。-Cxxtools is a collection of general-purpose C++ classes. It includes classes for: * argument parsing * logging * wrappers for threading (pthreads) * networking with tcp and udp including iostream-based classes * std::ostream for md5-calculation * std::ostream-hexdumper * std::ostream, which duplicates output (like tee) * wrappers for fork(2) and pipe(2) * parser for ini files * parser for property files * policy based smartpointer * wrappers for dlopen(2) and dlsym(2) * std::istream based http client * uuencoder-std::ostream * classes to create mime messages for sending mail with attachements or as html-formatted mail * template based fast signal/slot-classes * template for pools * parser for http-query-parameters e.g. for cgi * ostream-filter for counting bytes passed through it * wrappers for atomic operations * std::ostream based wrapper around iconv(3)
Platform: | Size: 451584 | Author: leo | Hits:

[Linux-UnixTCPUDP

Description: 在linux下对TCP协议和UDP协议的模仿-TCP protocol and UDP protocol imitation
Platform: | Size: 3072 | Author: 林育钦 | Hits:

[Linux-Unixlinphone-3.3.0.tar

Description: linphone-3.3.0 版本,这个就不多做介绍了,知道的人都知道!如果还是不知道,那么看看下面英文的介绍吧。-Features Linphone provides a large amount of functionalities. List of supported features: * audio with the following codecs: speex (narrow band and wideband), G711 (ulaw,alaw), GSM, and iLBC (through an optional plugin) * video with codecs: H263-1998, MPEG4, theora and H264 (thanks to a plugin based on x264), with resolutions from QCIF(176x144) to SVGA(800x600) provided that network bandwidth and cpu power are sufficient. * Supports any webcam with V4L or V4L2 driver under linux * Any webcam on windows * text instant messaging and presence (using the SIMPLE standart) * Addressbook * DTMF (telephone tones) support using SIP INFO or RFC2833 * understands SIP ENUMS (sip phone numbers using the naptr DNS service, without proxy) * echo cancelation using the great speex echo canceler * SIP proxy support: registrar, proxies, with digest authentication * STUN support for traversal of UDP NATs (=firewall) * sound backend using either ALSA (t
Platform: | Size: 8246272 | Author: 独孤一笑 | Hits:

[Internet-Networkudp_socket_demo

Description: 经过封装的,能同时在linux及window下编译运行的UDP示例程序-After the package can also be compiled in linux and window run the UDP example program
Platform: | Size: 3072 | Author: 钟毓秀 | Hits:

[Linux-UnixRobocup0010

Description: 论文主要工作: 介绍了仿真比赛的构成与运行机制;介绍了linux的使用以及环境开发;编程实现了UDP/ip客户端程序并设计了球队的基本技巧;研究了高级策略等。-Thesis work: The composition of the simulation game and operating mechanism describes the use of linux, and environmental development programming of the UDP/ip client program and designed the team' s basic skills of the advanced strategies.
Platform: | Size: 4933632 | Author: lichen | Hits:

[Linux-Unixthread

Description: 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用任务对象,如过取到一个有效的任务对象,就从工作线程组中查找出来 一个空闲的工作线程,把这个任务交给这个空闲的线程去执行,如果没有空闲线程则创建新 的工作线程并添加到工作线程组中。 (1),(2),(3),(4)组成了库的核心,可以稍加修改进行应用 其他附属类: (5):CSimpleUDP 一个简易的封装的UDP通讯类 (6):CLogHelper 一个线程安全的日志类,将日志存储到指定文件并能打印到标准输出 特点:支持windows和Linux平台 -Outline the principles and the role of each class (1): CTask a task base class, as arguments to thread (2): CWorkThread: Class of worker threads, polling detection parameters are available, if available, Go to the implementation of the function call parameters CTask Execute, if the parameter is not available to wait (3): CWorkQueue: a task queue, which loaded CTask subclass object is a container object (4): CWorkThreadPool: worker thread pool, which contains the group of worker threads, scheduling threads, thread scheduling non-stop testing Task queue is available in the task object, such as over the task of taking to a valid object, the thread from the Working Group to find out An idle worker thread, this task to the idle thread to execute, if no idle thread is to create a new The work of the thread and added to the thread group. (1), (2), (3), (4) form the core of the library, can be modified for application Other sub categories: (5): CSim
Platform: | Size: 38912 | Author: 金建业 | Hits:

[Embeded Linuxudpdump

Description: linux c 编写的一个小抓包程序,本程序只抓获UDP包并对包信息进行记录,要获取其他包信息请自行扩展-linux c prepared a small packet capture program, the program only captured UDP packets and packets of information to record, to obtain additional information at your own extension packages
Platform: | Size: 14336 | Author: ppl | Hits:

[Internet-Networksocket_c_s

Description: 包含了linux下socket通信的客户端和服务端,包括tcp和udp的两种方式-Contains the socket communication under linux client and server, including two ways of tcp and udp
Platform: | Size: 10240 | Author: your name | Hits:

[Internet-Networkexamples

Description: 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
Platform: | Size: 19456 | Author: 李三 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 »

CodeBus www.codebus.net